Generating Fake Data in C# with Bogus
Having data to test with is important. Whether you want to create unit tests that better replicate t ...View More
Humanize Your C# Code with the Humanizer NuGet Package
Converting values in code can be tricky. For example, if you rank something, you would say that the ...View More
How to Connect MongoDB to C# the Easy Way
MongoDB can be an extremely powerful database choice as well as an incredibly simple database to set ...View More